WebSiteProjectRelatedFilesAttribute.RelatedFileExtension Property
Gets the related file extension that nests under the primary file extension.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public ReadOnly Property RelatedFileExtension As Object
public Object RelatedFileExtension { get; }
public:
property Object^ RelatedFileExtension {
Object^ get ();
}
member RelatedFileExtension : Object with get
function get RelatedFileExtension () : Object
Property Value
Type: Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.