ResXDataNode::FileRef Property

 

Gets the file reference for this resource.

Namespace:   System.Resources
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property ResXFileRef^ FileRef {
	ResXFileRef^ get();
}

Property Value

Type: System.Resources::ResXFileRef^

The file reference, if this resource uses one. If this resource stores its value as an Object, this property will return null.

.NET Framework
Available since 2.0
Return to top
Show: