Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the content type definitions.
Namespace: Microsoft.VisualStudio.Utilities
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Syntax
'Declaration
ReadOnly Property Definitions As IEnumerable(Of IContentTypeDefinition)
IEnumerable<IContentTypeDefinition> Definitions { get; }
property IEnumerable<IContentTypeDefinition^>^ Definitions {
IEnumerable<IContentTypeDefinition^>^ get ();
}
abstract Definitions : IEnumerable<IContentTypeDefinition>
function get Definitions () : IEnumerable<IContentTypeDefinition>
Property Value
Type: System.Collections.Generic.IEnumerable<IContentTypeDefinition>
The content type definitions
.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.