LocalizableConnectionConsumerAttribute Constructor (String, String, Type)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Excel.WebUI
Assembly: Microsoft.Office.Excel.WebUI (in Microsoft.Office.Excel.WebUI.dll)
Syntax
'Declaration
Public Sub New ( _
displayNameResourceId As String, _
id As String, _
connectionPointType As Type _
)
'Usage
Dim displayNameResourceId As String
Dim id As String
Dim connectionPointType As Type
Dim instance As New LocalizableConnectionConsumerAttribute(displayNameResourceId, _
id, connectionPointType)
public LocalizableConnectionConsumerAttribute(
string displayNameResourceId,
string id,
Type connectionPointType
)
Parameters
- displayNameResourceId
Type: System.String
- id
Type: System.String
- connectionPointType
Type: System.Type
See Also
Reference
LocalizableConnectionConsumerAttribute Class
LocalizableConnectionConsumerAttribute Members