UserProjectSecurityChecker.MainProjectShim Property

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

See Also

Reference

UserProjectSecurityChecker Class

UserProjectSecurityChecker Members

Microsoft.VisualStudio.Package Namespace