ProgressionCommonResources.GenericParameterCount Property
Looks up a localized string similar to Generic Parameter Count.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)
Syntax
public static string GenericParameterCount { get; }
public:
property String^ GenericParameterCount {
static String^ get();
}
static member GenericParameterCount : string with get
Public Shared ReadOnly Property GenericParameterCount As String
Property Value
Type: System.String
See Also
ProgressionCommonResources Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace
Return to top