CompletionIcon::Position Property

 

Gets or sets the position.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property int Position {
	[CompilerGeneratedAttribute]
	virtual int get();
	[CompilerGeneratedAttribute]
	virtual void set(int value);
}

Property Value

Type: System::Int32

The position.

Return to top
Show: