コード例 #1
0
 public static string GetFeatureName(Guid?featureId)
 {
     return(FeatureActivator.GetFeatureName(featureId));
 }