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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.