Share via


OAProjectItem.Kind Property

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Kind As String
public virtual string Kind { get; }
public:
virtual property String^ Kind {
    String^ get ();
}
abstract Kind : string
override Kind : string
function get Kind () : String

Property Value

Type: System.String

Implements

ProjectItem.Kind

.NET Framework Security

See Also

Reference

OAProjectItem Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace