IDomainModelSerializer.ModelFileExtension Property
The file extension used when serializing instances of the domain model to a file
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
ReadOnly Property ModelFileExtension As String
string ModelFileExtension { get; }
property String^ ModelFileExtension {
String^ get ();
}
abstract ModelFileExtension : string with get
function get ModelFileExtension () : String
Property Value
Type: String
Remarks
Notes for implementors: could return null/empty for non-file based serializers, or for domain model types that are not serialized on their own.
.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.