SignatureHelpPresenterStyle::SignatureDocumentationTextRunProperties Property

 

Gets a TextRunProperties that will be used to format the text of the signature documentation.

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

public:
property TextRunProperties^ SignatureDocumentationTextRunProperties {
	[CompilerGeneratedAttribute]
	virtual TextRunProperties^ get();
	[CompilerGeneratedAttribute]
	protected: virtual void set(TextRunProperties^ value);
}

Property Value

Type: System.Windows.Media.TextFormatting::TextRunProperties^

The text run properties for the signature documentation.

Return to top
Show: