ResXDataNode.FileRef 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 file reference for this resource.
public:
property System::Resources::ResXFileRef ^ FileRef { System::Resources::ResXFileRef ^ get(); };
public System.Resources.ResXFileRef FileRef { get; }
public System.Resources.ResXFileRef? FileRef { get; }
member this.FileRef : System.Resources.ResXFileRef
Public ReadOnly Property FileRef As ResXFileRef
Property Value
The file reference, if this resource uses one. If this resource stores its value as an Object, this property will return null
.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.