SchemaCompareProjectBasedModelProvider.ProjectGuid Property
Gets the GUID of the project for this provider.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property ProjectGuid As Guid
public Guid ProjectGuid { get; private set; }
public:
property Guid ProjectGuid {
Guid get ();
private: void set (Guid value);
}
member ProjectGuid : Guid with get, private set
function get ProjectGuid () : Guid
private function set ProjectGuid (value : Guid)
Property Value
Type: System.Guid
.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
SchemaCompareProjectBasedModelProvider Class
Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare Namespace