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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.