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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.