SchemaCompareScriptService.ExtensionHandle Property
Gets the extension handle.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.Extensibility
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public ReadOnly Property ExtensionHandle As ExtensionHandle
Get
'Usage
Dim instance As SchemaCompareScriptService
Dim value As ExtensionHandle
value = instance.ExtensionHandle
public ExtensionHandle ExtensionHandle { get; }
public:
virtual property ExtensionHandle^ ExtensionHandle {
ExtensionHandle^ get () sealed;
}
final function get ExtensionHandle () : ExtensionHandle
abstract ExtensionHandle : ExtensionHandle
override ExtensionHandle : ExtensionHandle
Property Value
Type: Microsoft.Data.Schema.Extensibility.ExtensionHandle
Implements
IExtensionInformation.ExtensionHandle
.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.
See Also
Reference
SchemaCompareScriptService Class
SchemaCompareScriptService Members
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.Extensibility Namespace