共用方式為


ImageHelper.GetImage 方法 (Type, String)

從資源取得影像

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

語法

'宣告
Public Shared Function GetImage ( _
    type As Type, _
    resourceName As String _
) As Image
public static Image GetImage(
    Type type,
    string resourceName
)

參數

  • type
    類型:System.Type
    要從中讀取資源之來源組件中的型別

傳回值

類型:System.Drawing.Image

.NET Framework 安全性

請參閱

參考

ImageHelper 類別

GetImage 多載

Microsoft.VisualStudio.Modeling.Diagrams 命名空間