ToggleButtonField.GetMetafile Method

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Protected Shared Function GetMetafile ( _
    resourceName As String _
) As Image
'使用
Dim resourceName As String
Dim returnValue As Image

returnValue = ToggleButtonField.GetMetafile(resourceName)
protected static Image GetMetafile(
    string resourceName
)
protected:
static Image^ GetMetafile(
    String^ resourceName
)
protected static function GetMetafile(
    resourceName : String
) : Image

Parameters

Return Value

Type: System.Drawing.Image

Permissions

See Also

Reference

ToggleButtonField Class

ToggleButtonField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace