Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
extension As String, _
index As Integer, _
folder As String _
)
public ProvideIncludeFolderAttribute(
string extension,
int index,
string folder
)
public:
ProvideIncludeFolderAttribute(
String^ extension,
int index,
String^ folder
)
new :
extension:string *
index:int *
folder:string -> ProvideIncludeFolderAttribute
public function ProvideIncludeFolderAttribute(
extension : String,
index : int,
folder : String
)
Parameters
- extension
Type: String
- index
Type: Int32
- folder
Type: String
.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.