ProvideDependentAssemblyAttribute.Guid Property
Gets the identifier of this attribute instance.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Property Guid As Guid
public Guid Guid { get; private set; }
public:
property Guid Guid {
Guid get ();
private: void set (Guid value);
}
member Guid : Guid with get, private set
function get Guid () : Guid
private function set Guid (value : Guid)
Property Value
Type: 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.