IndexedResourceCandidate.Type 属性

定义

获取类型属性,该属性确定资源是文件还是字符串。

public:
 property IndexedResourceType Type { IndexedResourceType get(); };
IndexedResourceType Type();
public IndexedResourceType Type { get; }
var indexedResourceType = indexedResourceCandidate.type;
Public ReadOnly Property Type As IndexedResourceType

属性值

IndexedResourceType 枚举中的值。

适用于