MpfUtilities.SetStringValueFromConvertedEnum<T> Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Shared Function SetStringValueFromConvertedEnum(Of T As {Structure, New}) ( _
enumValue As T, _
culture As CultureInfo _
) As String
public static string SetStringValueFromConvertedEnum<T>(
T enumValue,
CultureInfo culture
)
where T : struct, new()
public:
generic<typename T>
where T : value class, gcnew()
static String^ SetStringValueFromConvertedEnum(
T enumValue,
CultureInfo^ culture
)
static member SetStringValueFromConvertedEnum :
enumValue:'T *
culture:CultureInfo -> string when 'T : struct, new()
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- enumValue
Type: T
- culture
Type: System.Globalization.CultureInfo
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace