Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Friend Property MainProjectShim As ProjectShim
'使用
Dim value As ProjectShim
value = Me.MainProjectShim
Me.MainProjectShim = value
protected internal ProjectShim MainProjectShim { get; internal set; }
protected public:
property ProjectShim^ MainProjectShim {
ProjectShim^ get ();
void set (ProjectShim^ value);
}
protected internal function get MainProjectShim () : ProjectShim
protected internal function set MainProjectShim (value : ProjectShim)
Property Value
Type: ProjectShim
Permissions
- 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
UserProjectSecurityChecker Class