'宣言 Public Overloads Shared Function GetStringEmbeddedResource( _ ByVal name As System.String _ ) As System.String
'使用法 Dim name As System.String Dim value As System.String value = Utils.GetStringEmbeddedResource(name)
public static System.string GetStringEmbeddedResource( System.string name )
パラメータ
- name
- リソース内のイメージ名。
戻り値の型
埋め込みリソースからの文字列。