Share via


VSConstants.DocumentMetadataUserDataGuid Class

Definition

These are IVsUserData properties that are supported by DocData objects that provide additional metadata such as snapshot version.

public static class VSConstants.DocumentMetadataUserDataGuid
type VSConstants.DocumentMetadataUserDataGuid = class
Public Class VSConstants.DocumentMetadataUserDataGuid
Inheritance
VSConstants.DocumentMetadataUserDataGuid

Fields

Version_guid

Version of the document at the time of call being made, returned type will be converted to string and should be parseable back to original type.

Version_string

Version of the document at the time of call being made, returned type will be converted to string and should be parseable back to original type.

Applies to