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 IContentType of the ITextDataModel after the change.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Property AfterContentType As IContentType
public IContentType AfterContentType { get; private set; }
public:
property IContentType^ AfterContentType {
IContentType^ get ();
private: void set (IContentType^ value);
}
member AfterContentType : IContentType with get, private set
function get AfterContentType () : IContentType
private function set AfterContentType (value : IContentType)
Property Value
Type: Microsoft.VisualStudio.Utilities.IContentType
The IContentType of the ITextDataModel after the change.
.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.