VBProjectProperties3.Publish Property

Definition

This member provides internal-only access to Visual Basic project configuration properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

public:
 property System::Object ^ Publish { System::Object ^ get(); };
public:
 property Platform::Object ^ Publish { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(12122)]
public object Publish { [System.Runtime.InteropServices.DispId(12122)] [System.Runtime.InteropServices.TypeLibFunc(1024)] get; }
[System.Runtime.InteropServices.DispId(12122)]
public object Publish { [System.Runtime.InteropServices.DispId(12122)] get; }
[<System.Runtime.InteropServices.DispId(12122)>]
[<get: System.Runtime.InteropServices.DispId(12122)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(1024)>]
member this.Publish : obj
[<System.Runtime.InteropServices.DispId(12122)>]
[<get: System.Runtime.InteropServices.DispId(12122)>]
member this.Publish : obj
Public ReadOnly Property Publish As Object

Property Value

Implements

Attributes

Remarks

External components can access these properties through the Properties collection for the appropriate Visual Studio automation object. (That is, ProjectItem for project files and folders, Project for projects, and Configuration for configurations). This member name name can be used as an indexer into the Properties collection. For more information about accessing project properties through automation, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

Applies to