In This Article

ICodeSnippetObjectDeclaration Interface

Provides the base requirements for a code snippet object declaration.

public interface ICodeSnippetObjectDeclaration : ICodeSnippetDeclaration

Properties

Type

Gets the type of the declaration.

string Type { get; }

Property Value

string:

The type of the declaration.

Inherited Members