CodeInterface2.DataTypeKind Property

Definition

Sets of gets the relationship of this interface with other interfaces.

public:
 property EnvDTE80::vsCMDataTypeKind DataTypeKind { EnvDTE80::vsCMDataTypeKind get(); void set(EnvDTE80::vsCMDataTypeKind value); };
public:
 property EnvDTE80::vsCMDataTypeKind DataTypeKind { EnvDTE80::vsCMDataTypeKind get(); void set(EnvDTE80::vsCMDataTypeKind value); };
[System.Runtime.InteropServices.DispId(202)]
public EnvDTE80.vsCMDataTypeKind DataTypeKind { [System.Runtime.InteropServices.DispId(202)] get; [System.Runtime.InteropServices.DispId(202)] set; }
[<System.Runtime.InteropServices.DispId(202)>]
[<get: System.Runtime.InteropServices.DispId(202)>]
[<set: System.Runtime.InteropServices.DispId(202)>]
member this.DataTypeKind : EnvDTE80.vsCMDataTypeKind with get, set
Public Property DataTypeKind As vsCMDataTypeKind

Property Value

Returns value from the vsCMDataTypeKind enumeration.

Attributes

Remarks

Note

The values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same.

Applies to