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 identifier.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public ReadOnly Property ResId As Integer
'Usage
Dim instance As ProvideCustomMarkerAttribute
Dim value As Integer
value = instance.ResId
public int ResId { get; }
public:
property int ResId {
int get ();
}
public function get ResId () : int
Property Value
Type: System.Int32
.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.
See Also
Reference
ProvideCustomMarkerAttribute Class
ProvideCustomMarkerAttribute Members
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI Namespace