CustomTIAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| CustomTIAttribute(Guid, Object) | |
| CustomTIAttribute(String, Int32) | |
| CustomTIAttribute(String, Object) | |
| CustomTIAttribute(String, String) |
CustomTIAttribute(Guid, Object)
public:
CustomTIAttribute(Guid guidName, System::Object ^ attributeValue);
public CustomTIAttribute (Guid guidName, object attributeValue);
new Microsoft.HostIntegration.TI.CustomTIAttribute : Guid * obj -> Microsoft.HostIntegration.TI.CustomTIAttribute
Public Sub New (guidName As Guid, attributeValue As Object)
Parameters
- guidName
- Guid
- attributeValue
- Object
Applies to
CustomTIAttribute(String, Int32)
public:
CustomTIAttribute(System::String ^ attributeName, int attributeValue);
public CustomTIAttribute (string attributeName, int attributeValue);
new Microsoft.HostIntegration.TI.CustomTIAttribute : string * int -> Microsoft.HostIntegration.TI.CustomTIAttribute
Public Sub New (attributeName As String, attributeValue As Integer)
Parameters
- attributeName
- String
- attributeValue
- Int32
Applies to
CustomTIAttribute(String, Object)
public:
CustomTIAttribute(System::String ^ attributeName, System::Object ^ attributeValue);
public CustomTIAttribute (string attributeName, object attributeValue);
new Microsoft.HostIntegration.TI.CustomTIAttribute : string * obj -> Microsoft.HostIntegration.TI.CustomTIAttribute
Public Sub New (attributeName As String, attributeValue As Object)
Parameters
- attributeName
- String
- attributeValue
- Object
Applies to
CustomTIAttribute(String, String)
public:
CustomTIAttribute(System::String ^ attributeName, System::String ^ attributeValue);
public CustomTIAttribute (string attributeName, string attributeValue);
new Microsoft.HostIntegration.TI.CustomTIAttribute : string * string -> Microsoft.HostIntegration.TI.CustomTIAttribute
Public Sub New (attributeName As String, attributeValue As String)
Parameters
- attributeName
- String
- attributeValue
- String