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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.