IndexedResourceCandidate.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type property that determines whether the resource is a file or a string.
public:
property IndexedResourceType Type { IndexedResourceType get(); };
IndexedResourceType Type();
public IndexedResourceType Type { get; }
var indexedResourceType = indexedResourceCandidate.type;
Public ReadOnly Property Type As IndexedResourceType
Property Value
A value from the IndexedResourceType enumeration.